home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 10218 / 10218.xpi / content / css / related_custom_twitter_search.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-12-08  |  383 b   |  17 lines

  1. #mainContent { position: relative; }
  2. #vs-twitter-related-container {
  3.     -moz-border-radius-bottomleft:5px;
  4.     -moz-border-radius-bottomright:5px;
  5.     -moz-border-radius-topleft:5px;
  6.     -moz-border-radius-topright:5px;
  7.     background-color:#FFFFFF;
  8.     border:1px solid #CCCCCC;
  9.     color:#777777;
  10.     margin:0 0 10px;
  11.     padding:10px 0px;
  12.     width: 277px;
  13.     position: absolute;
  14.     right: -279px;
  15.     top: 10px;    
  16. }
  17.